projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8729997
)
yocto: Create correct udev link
author
Colin Walters
<walters@verbum.org>
Mon, 13 Feb 2012 20:32:32 +0000
(15:32 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 13 Feb 2012 20:32:32 +0000
(15:32 -0500)
gnomeos/yocto/classes/gnomeos-contents.bbclass
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/classes/gnomeos-contents.bbclass
b/gnomeos/yocto/classes/gnomeos-contents.bbclass
index 6a389821c16fc0079aed0f6472b51e5d4cd93e72..6e05f5a62ab3994a92095c470533451a52666473 100644
(file)
--- a/
gnomeos/yocto/classes/gnomeos-contents.bbclass
+++ b/
gnomeos/yocto/classes/gnomeos-contents.bbclass
@@
-120,7
+120,7
@@
fakeroot do_rootfs () {
# Blow away udev from poky in favor of our own
rm ${IMAGE_ROOTFS}/sbin/udevd
- ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev
+ ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev
d
# Random configuration changes here
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf